From 9a7d364556391f1dbaba8dbbb9e7d7e7ba80fd18 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 16 Mar 2022 23:46:44 -0500 Subject: [PATCH] Delete tests from cmake. Fix tool for next time. --- CMakeLists.txt | 7 ------- tools/nuke_format | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7b1081cd..1f4faf636 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -420,13 +420,7 @@ set(TESTS gdb geojson geo - ggv_bin - ggv_log - ggv_ovl globalsat_sport - glogbook - gnav_trl - googledir gpsdrive gpssim gpx @@ -434,7 +428,6 @@ set(TESTS gtm gtrnctr height - hiketech holux humminbird iblue747 diff --git a/tools/nuke_format b/tools/nuke_format index a33fe2f20..087964d53 100755 --- a/tools/nuke_format +++ b/tools/nuke_format @@ -27,6 +27,7 @@ remove_manually() { remove_line $1.cc CMakeLists.txt remove_line $1.h CMakeLists.txt +remove_line $1 CMakeLists.txt # for tests. remove_line $1.cc GPSBabel.pro remove_line $1.h GPSBabel.pro -- 2.30.2